func reflect.toType
17 uses
reflect (current package)
map.go#L20: return toType(tt.Key)
type.go#L769: return toType(elem(t.common()))
type.go#L825: return toType(tt.InSlice()[i])
type.go#L849: return toType(tt.OutSlice()[i])
type.go#L1057: m.Type = toType(t.typeOff(p.Typ))
type.go#L1188: f.Type = toType(p.Typ)
type.go#L1233: f.Type = toType(&t.Type)
type.go#L1384: return toType(abi.TypeOf(i))
type.go#L2004: return toType(tt)
type.go#L2520: return toType(t)
type.go#L2532: return toType(t)
type.go#L2552: return addToCache(toType(t))
type.go#L2557: if isRegularMemory(toType(&typ.Type)) {
type.go#L2606: return addToCache(toType(&typ.Type))
type.go#L2805: func toType(t *abi.Type) Type {
value.go#L2843: typesMustMatch("reflect.Copy", toType(de), toType(se))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |